home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / EV12.ARJ / EV.DOC < prev    next >
Text File  |  1992-05-05  |  6KB  |  166 lines

  1.  
  2.  
  3.    ┌─────────────────────────────────────────────────────────────────────┐
  4.    │         EV - The Environment Editor. (c) 1992 Eric C. Weaver        │
  5.    └─────────────────────────────────────────────────────────────────────┘
  6.  
  7.  
  8.  
  9.    What is an Environment Editor???
  10.     An Environment Editor is a full screen editor for modifying your
  11.     DOS environment without batch files and loads of typing. It also
  12.     allows you to have longer variables (350 characters) than
  13.     DOS allows, to save different Environments to disk and also to load
  14.     them back into memory at will. Used in your autoexec, it allows
  15.     you to define long paths at bootup and also allows you to choose
  16.     between saved environments.
  17.     The Maximum number of lines is 250. (350 x 250 = 87500) Way Larger
  18.     Than Your Environment could EVER BE!!!
  19.     (DOS limit on Environment size is 32K)
  20.  
  21.     A word about long Environment strings.
  22.       If your Path or any other Environment variable exceeds 127
  23.       characters in length and you type PATH or SET to display them,
  24.       DOS will only show the first 127 characters. Don't get worried,
  25.       this is an artificial limit imposed by DOS, the PATH and all other
  26.       environment strings are still there.
  27.       If you're skeptical, put a directory in your path past 127
  28.       characters and then run a program in that directory.
  29.  
  30.   What An Environment Editor isn't.
  31.     It won't change the size of your environment specified in your
  32.     config.sys.
  33.     It won't repair the hole in the Ozone Layer or plant more trees
  34.     either. (But you can)
  35.  
  36.  
  37.   Disclaimer.
  38.     I Disclaim Everything!!!!!!!!  :-)
  39.  
  40.  
  41.  
  42.   History of EV.
  43.     In January of this year I was working on some C, ASM, and Clipper
  44.     code and kept having to change my environment to accommodate 3
  45.     different compilers. So in a flash of inspiration I decided to
  46.     write an Environment Editor.
  47.  
  48.     After tracking down the last "Node to Nowhere" towards the end of
  49.     the month, a usable product emerged. Now I find that I use it every
  50.     day.  I hope You will too.
  51.  
  52.   Registration:
  53.     This program is Shareware.
  54.     Please, if you find this program useful a nominal registration fee
  55.     of $15.00 is required if you want support, upgrades and other
  56.     utilities as I write them.
  57.  
  58.     Send Check or Money Order to:
  59.  
  60.           Eric C. Weaver
  61.           1313 Leawood Dr.
  62.           Elgin, Il  60120
  63.  
  64.     For Messages:
  65.       My CIS ID # is 70233,1522.  I try to check messages at least
  66.       twice a Week.
  67.  
  68.     Below is a list of parameters and active keys.
  69.     Enjoy!
  70.  
  71.  
  72.  
  73.   Environment Variable:
  74.     EVPATH=
  75.       Determines where all Environment files are placed and retrieved
  76.       from. Usually your local drive when on a network.
  77.       If not set, default is current directory.
  78.       ex. EVPATH=C:\EV\    (trailing backslash required)
  79.  
  80.  
  81.   Command line:
  82.     Command line usage is as follows. All parameters are optional.
  83.     EV [file]
  84.       Loads file directly into DOS environment and exits.
  85.       If no extension is supplied, ".ENV" is assumed.
  86.  
  87.     EV /l
  88.       Displays a pickbox of Environment files in the current
  89.       directory. ENTER selects a file and loads it into the DOS
  90.       environment and exits. ESCAPE exits without loading file.
  91.  
  92.     EV /d
  93.       Displays a pickbox of Environment files in the current
  94.       directory. ENTER selects a file and loads it into the Editor.
  95.       ESCAPE exits without loading file.
  96.  
  97.     EV (No parameters)
  98.       Starts editor and loads current DOS environment for editing.
  99.  
  100.  
  101.   Editor:
  102.     F1         Help Screen.
  103.     F10        Writes editor contents to DOS Environment and exits.
  104.     F5         Reloads current Environment into editor.
  105.     F6         Prompts for filename and saves contents of editor for
  106.                reloading later. Don't put an extension on the file.
  107.                The file will have an extension of .ENV regardless of what
  108.                you type!
  109.     F7         Same as the /d command line switch.
  110.     HOME       Moves cursor to the beginning of the current line.
  111.     END        Moves cursor to the end of the current line.
  112.     ARROW KEYS Move cursor around editing buffer.
  113.     PAGE UP    The Usual PAGE UP Thing.
  114.     PAGE DOWN  The Usual PAGE DOWN Thing.  (enough said)
  115.  
  116.     ALT-D      Deletes a line.
  117.     CTRL-Y     Same as ALT-D.
  118.     ESCAPE     Exits editor.
  119.  
  120.  
  121.  
  122.  
  123.   Environment Files
  124.     Environment Files are a representation of all your
  125.     Environment Variables saved to a file. These Files can be loaded
  126.     directly into memory by typing EV <filename>.
  127.     If the amount of memory required to load the file is more than is
  128.     allocated by command.com, an error message will display. You can
  129.     still load the file into the editor to change it (make it smaller).
  130.  
  131.     My apologies to those who have an earlier version of EV, I had to
  132.     change the file structure. There is a utility in this zip file to
  133.     convert the old Environment Files to the new format.
  134.     You can continue to create Environment Files with a text editor but
  135.     they must be converted before use!
  136.  
  137.     The syntax for the conversion program is:
  138.       ASC2ENV <Ascii File Name> [environment file name]
  139.  
  140.       the first parameter is required. If you only pass one file name,
  141.       it will be overwritten.
  142.  
  143.       The OPTIONAL second parameter is for a filename if you want to
  144.       preserve the original file.
  145.  
  146.       In order for the Environment Files to show up in the file pick
  147.       list, they must have an extension of .ENV . Files created from
  148.       within the editor will automatically be supplied with this
  149.       extension. Files being loaded DIRECTLY into memory can have any
  150.       extension you wish, but to keep things simple, an extension of
  151.       .ENV is strongly suggested.
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.